Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/052-portfolio grid

style.css cody/solygambas/html-css-javascript-projects/052-portfolio grid/style.css
133 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");

/* variables */
:root {
--primary: #22d0ff;
--secondary: #0a0b5b;
}

index.html cody/solygambas/html-css-javascript-projects/052-portfolio grid/index.html
340 Views
0 Comments
<!-- Based on Mobile-First Responsive Build (with CSS Grid) by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com/watch?v=PM3XW_1RAIs&list=PL4cUxeGkcC9hH1tAjyUPZPjbj-7s200a4&index=1 -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />